projects
/
qtbase-opensource-src.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83cdcb9
)
no_dbus_dependency
author
Debian Qt/KDE Maintainers
<debian-qt-kde@lists.debian.org>
Thu, 23 Jun 2016 18:57:01 +0000
(18:57 +0000)
committer
Dmitry Shachnev
<mitya57@debian.org>
Thu, 23 Jun 2016 18:57:01 +0000
(18:57 +0000)
Gbp-Pq: Name no_dbus_dependency.diff
tests/auto/auto.pro
patch
|
blob
|
history
diff --git
a/tests/auto/auto.pro
b/tests/auto/auto.pro
index f7c38e4422b73a0179274e3dc46220e284bd8a2f..c96cf49c9a802741f9f007b0efbeb28012bb4270 100644
(file)
--- a/
tests/auto/auto.pro
+++ b/
tests/auto/auto.pro
@@
-33,10
+33,6
@@
cross_compile: SUBDIRS -= tools
# Disable the QtDBus tests if we can't connect to the session bus
qtHaveModule(dbus) {
!system("dbus-send --session --type=signal / local.AutotestCheck.Hello >/dev/null 2>&1") {
- contains(QT_CONFIG, dbus-linked): \
- error("QtDBus is enabled but session bus is not available. Please check the installation.")
- else: \
- warning("QtDBus is enabled with runtime support, but session bus is not available. Skipping QtDBus tests.")
SUBDIRS -= dbus
}
} else {